efc9c195c95bd665976b408f21c368c6563969a6
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 3"""
4  date="2023-03-06T16:17:37Z"
5  content="""
6 That's great news about the test suite in a deep directory. That was a
7 longstanding problem indeed and a good indication it's fully supporting
8 long filenames now.
9
10 I often mix up fromRawFilePath/toRawFilePath. Luckily the compiler will
11 notice. Should be fixed now.
12
13 As for converting the whole `watchDir` to RawFilePath, there is probably
14 not much benefit in doing that in such windows-specific code, but the goal
15 is to do such a conversion in as much of git-annex as possible, since it is
16 faster on unix to use RawFilePath end-to-end.
17
18 Doing it is as simple as juggling the use of fromRawFilePath/toRawFilePath
19 as the compiler allows, while converting code to use functions from
20 Utility.RawFilePath or System.FilePath.ByteString or that otherwise
21 use RawFilePath. I think you would be capable of that for sure!
22 """]]